projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c0c3f
)
(term_init): Remove `const' from buffer_size's declaration.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 24 Aug 2003 15:04:45 +0000
(15:04 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 24 Aug 2003 15:04:45 +0000
(15:04 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index bae059ea4398babc8e7c923b4fa9e97dbd8ca37a..88e4d5b706d44475c8df790e31c6466bdc532f81 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-2160,7
+2160,7
@@
term_init (terminal_type)
char *area;
char **address = &area;
char *buffer = NULL;
-
const
int buffer_size = 4096;
+ int buffer_size = 4096;
register char *p;
int status;
struct frame *sf = XFRAME (selected_frame);